Installation

Undocumented in source.

Members

Functions

getExtractionPath
string getExtractionPath(size_t index, TargetVersion ver)
Undocumented in source. Be warned that the author may not have intended to support it.
install
bool install(Terminal t, RealTimeConsoleInput input, TargetVersion ver)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

downloadsRequired
Download[] downloadsRequired;
Undocumented in source.
extractionPathList
string[] extractionPathList;

Follows the same order from downloadsRequired May receive null if no extraction is desired for the download. Accepts $CWD and $VERSION

installer
bool delegate(ref Terminal t, ref RealTimeConsoleInput input, TargetVersion ver, Download[] content) installer;
Undocumented in source.

Meta